ứng dụng tạo mật khẩu được mã hóa trong c#

1 namespace iPass
2 {
3     
partial class MainForm
4     {

5         ///
<summary>
6         ///
Variable nécessaire au concepteur.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Nettoyage des ressources utilisées.
12         ///
</summary>
13         ///
<param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Code généré par le Concepteur Windows Form
24
25         ///
<summary>
26         ///
Méthode requise pour la prise en charge du concepteur - ne modifiez pas
27         ///
le contenu de cette méthode avec l'éditeur de code.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
32             
this.btn_generatepass = new System.Windows.Forms.Button();
33             
this.trckbar_length = new System.Windows.Forms.TrackBar();
34             
this.label1 = new System.Windows.Forms.Label();
35             
this.lbl_passlength = new System.Windows.Forms.Label();
36             
this.panel1 = new System.Windows.Forms.Panel();
37             
this.label2 = new System.Windows.Forms.Label();
38             
this.panel2 = new System.Windows.Forms.Panel();
39             
this.label3 = new System.Windows.Forms.Label();
40             
this.panel3 = new System.Windows.Forms.Panel();
41             
this.txb_password = new System.Windows.Forms.TextBox();
42             ((System.ComponentModel.ISupportInitialize)(
this.trckbar_length)).BeginInit();
43             
this.panel1.SuspendLayout();
44             
this.panel2.SuspendLayout();
45             
this.panel3.SuspendLayout();
46             
this.SuspendLayout();
47             
//
48             
// btn_generatepass
49             
//
50             
this.btn_generatepass.BackColor = System.Drawing.Color.Aqua;
51             
this.btn_generatepass.Cursor = System.Windows.Forms.Cursors.Hand;
52             
this.btn_generatepass.Location = new System.Drawing.Point(201, 94);
53             
this.btn_generatepass.Name = "btn_generatepass";
54             
this.btn_generatepass.Size = new System.Drawing.Size(155, 31);
55             
this.btn_generatepass.TabIndex = 0;
56             
this.btn_generatepass.Text = "Generate a password";
57             
this.btn_generatepass.UseVisualStyleBackColor = false;
58             
this.btn_generatepass.Click += new System.EventHandler(this.btn_generatepass_Click);
59             
//
60             
// trckbar_length
61             
//
62             
this.trckbar_length.Cursor = System.Windows.Forms.Cursors.Hand;
63             
this.trckbar_length.Location = new System.Drawing.Point(162, 43);
64             
this.trckbar_length.Maximum = 19;
65             
this.trckbar_length.Name = "trckbar_length";
66             
this.trckbar_length.Size = new System.Drawing.Size(263, 45);
67             
this.trckbar_length.TabIndex = 2;
68             
this.trckbar_length.ValueChanged += new System.EventHandler(this.trckbar_length_ValueChanged);
69             
//
70             
// label1
71             
//
72             
this.label1.AutoSize = true;
73             
this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
74             
this.label1.Location = new System.Drawing.Point(181, 27);
75             
this.label1.Name = "label1";
76             
this.label1.Size = new System.Drawing.Size(96, 13);
77             
this.label1.TabIndex = 3;
78             
this.label1.Text = "Passwords length :";
79             
//
80             
// lbl_passlength
81             
//
82             
this.lbl_passlength.AutoSize = true;
83             
this.lbl_passlength.ForeColor = System.Drawing.SystemColors.ControlLightLight;
84             
this.lbl_passlength.Location = new System.Drawing.Point(283, 27);
85             
this.lbl_passlength.Name = "lbl_passlength";
86             
this.lbl_passlength.Size = new System.Drawing.Size(13, 13);
87             
this.lbl_passlength.TabIndex = 4;
88             
this.lbl_passlength.Text = "1";
89             
//
90             
// panel1
91             
//
92             
this.panel1.BackColor = System.Drawing.Color.Teal;
93             
this.panel1.Controls.Add(this.trckbar_length);
94             
this.panel1.Controls.Add(this.label1);
95             
this.panel1.Controls.Add(this.btn_generatepass);
96             
this.panel1.Controls.Add(this.lbl_passlength);
97             
this.panel1.Location = new System.Drawing.Point(-1, 71);
98             
this.panel1.Name = "panel1";
99             
this.panel1.Size = new System.Drawing.Size(558, 138);
100             
this.panel1.TabIndex = 5;
101             
//
102             
// label2
103             
//
104             
this.label2.AutoSize = true;
105             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
106             
this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
107             
this.label2.Location = new System.Drawing.Point(49, 3);
108             
this.label2.Name = "label2";
109             
this.label2.Size = new System.Drawing.Size(183, 24);
110             
this.label2.TabIndex = 6;
111             
this.label2.Text = "Decrypted Password";
112             
//
113             
// panel2
114             
//
115             
this.panel2.BackColor = System.Drawing.Color.Teal;
116             
this.panel2.Controls.Add(this.label3);
117             
this.panel2.Location = new System.Drawing.Point(-1, 2);
118             
this.panel2.Name = "panel2";
119             
this.panel2.Size = new System.Drawing.Size(558, 39);
120             
this.panel2.TabIndex = 7;
121             
//
122             
// label3
123             
//
124             
this.label3.AutoSize = true;
125             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
126             
this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
127             
this.label3.Location = new System.Drawing.Point(76, 7);
128             
this.label3.Name = "label3";
129             
this.label3.Size = new System.Drawing.Size(386, 24);
130             
this.label3.TabIndex = 7;
131             
this.label3.Text = "Make Your Password Secure Encrypted ";
132             
//
133             
// panel3
134             
//
135             
this.panel3.BackColor = System.Drawing.Color.Teal;
136             
this.panel3.Controls.Add(this.txb_password);
137             
this.panel3.Controls.Add(this.label2);
138             
this.panel3.Location = new System.Drawing.Point(-1, 244);
139             
this.panel3.Name = "panel3";
140             
this.panel3.Size = new System.Drawing.Size(558, 39);
141             
this.panel3.TabIndex = 8;
142             
//
143             
// txb_password
144             
//
145             
this.txb_password.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
146             
this.txb_password.Location = new System.Drawing.Point(286, 3);
147             
this.txb_password.Multiline = true;
148             
this.txb_password.Name = "txb_password";
149             
this.txb_password.Size = new System.Drawing.Size(263, 30);
150             
this.txb_password.TabIndex = 1;
151             
//
152             
// MainForm
153             
//
154             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
155             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
156             
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
157             
this.ClientSize = new System.Drawing.Size(557, 284);
158             
this.Controls.Add(this.panel3);
159             
this.Controls.Add(this.panel2);
160             
this.Controls.Add(this.panel1);
161             
this.Cursor = System.Windows.Forms.Cursors.IBeam;
162             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
163             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
164             
this.Name = "MainForm";
165             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
166             
this.Text = "Encrypt Your Password";
167             ((System.ComponentModel.ISupportInitialize)(
this.trckbar_length)).EndInit();
168             
this.panel1.ResumeLayout(false);
169             
this.panel1.PerformLayout();
170             
this.panel2.ResumeLayout(false);
171             
this.panel2.PerformLayout();
172             
this.panel3.ResumeLayout(false);
173             
this.panel3.PerformLayout();
174             
this.ResumeLayout(false);
175
176         }
177
178         
#endregion
179
180         
private System.Windows.Forms.Button btn_generatepass;
181         
private System.Windows.Forms.TrackBar trckbar_length;
182         
private System.Windows.Forms.Label label1;
183         
private System.Windows.Forms.Label lbl_passlength;
184         
private System.Windows.Forms.Panel panel1;
185         
private System.Windows.Forms.Label label2;
186         
private System.Windows.Forms.Panel panel2;
187         
private System.Windows.Forms.Label label3;
188         
private System.Windows.Forms.Panel panel3;
189         
private System.Windows.Forms.TextBox txb_password;
190     }
191 }


Gõ tìm kiếm nhanh...